From 90ab390ce4de60642f4082b568c54525ba79943b Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Mon, 5 Oct 2009 07:57:21 +0000 Subject: [PATCH] * files.texi (Misc File Ops): Mention copy-directory. --- doc/emacs/files.texi | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/emacs/files.texi b/doc/emacs/files.texi index be987afbbe5..cee43b390ea 100644 --- a/doc/emacs/files.texi +++ b/doc/emacs/files.texi @@ -1567,9 +1567,12 @@ On MS-Windows, this command works only if the file resides in an NTFS file system. On MS-DOS, it works by copying the file. @findex copy-file +@findex copy-directory @cindex copying files @kbd{M-x copy-file} reads the file @var{old} and writes a new file -named @var{new} with the same contents. +named @var{new} with the same contents. @kbd{M-x copy-directory} does +the same for directories, by recursive copying all files and +subdirectories. @findex make-symbolic-link @cindex symbolic links (creation) -- 2.30.2